home *** CD-ROM | disk | FTP | other *** search
- global gMenuButton, gMenuExit, gMenuList
-
- on InitMenuButtons
- gMenuList = [:]
- b1 = 30
- addProp(gMenuList, b1, new(script("tour menu buttons"), "overview", "internal", b1, the loc of sprite b1, 1))
- b1 = b1 + 1
- addProp(gMenuList, b1, new(script("tour menu buttons"), "navigation", "internal", b1, the loc of sprite b1, 1))
- b1 = b1 + 1
- addProp(gMenuList, b1, new(script("tour menu buttons"), "searching", "internal", b1, the loc of sprite b1, 1))
- b1 = b1 + 1
- addProp(gMenuList, b1, new(script("tour menu buttons"), "graphs", "internal", b1, the loc of sprite b1, 1))
- b1 = b1 + 1
- addProp(gMenuList, b1, new(script("tour menu buttons"), "word", "internal", b1, the loc of sprite b1, 1))
- b1 = b1 + 1
- addProp(gMenuList, b1, new(script("tour menu buttons"), "credits", "internal", b1, the loc of sprite b1, 1))
- gMenuButton = new(script("TMenu button"), "TMenu", "internal", 40, the loc of sprite 40)
- gMenuExit = new(script("TExit button"), "TExit", "internal", 41, the loc of sprite 41)
- end
-